q_factor Function

public pure elemental function q_factor(zeta) result(rst)

Estimates the Q-factor for a vibratory system. The Q-factor is computed .

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: zeta

The damping ratio.

Return Value real(kind=real64)

The Q-factor.


Contents